Autodesk.AutoCAD.EditorInput Namespace > FenceSelectedSubObject Class > FenceSelectedSubObject Constructor > FenceSelectedSubObject(FullSubentityPath, SelectionMethod, long, PickPointDescriptor[]) Constructor
FenceSelectedSubObject.FenceSelectedSubObject(FullSubentityPath, SelectionMethod, long, PickPointDescriptor[]) Constructor   
Description

Obsolete - Use the constructor overload taking IntPtr instead.

Class

Autodesk.AutoCAD.EditorInput

Visual Basic
Public Sub New(
    path As FullSubentityPath, 
    method As SelectionMethod, 
    gsMarker As long, 
    descriptors As PickPointDescriptor[]
)
Parameters
Parameters 
Description 
FullSubentityPath path 
Input subentitiy path 
SelectionMethod method 
Input selection method 
long gsMarker 
Input GS marker 
PickPointDescriptor[] descriptors 
Input pick points 

public FenceSelectedSubObject( 

FullSubentityPath path, 

SelectionMethod method, 

IntPtr gsMarker, 

PickPointDescriptor[] descriptors 

);

Previous Declaration
public FenceSelectedSubObject(FullSubentityPath path, SelectionMethod method, int gsMarker, PickPointDescriptor[] descriptors);
Links
   Comments?